Support sending multiple commands to a running instance #502
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make it possible to use --command action arg multiple times.
See Trac #498
Summary of commits:
(i) Usages like
--command connect vpn1 --command connect vpn2 --command disconnect vpn3
when the GUI is already running is now supported.(ii) When sending multiple commands to a running instance of the GUI, simplify usage of the form
openvpn-gui.exe --command connect vpn1 --command connect vpn2 --command disconnect vpn3
by omitting
command
so that one could also writeopenvpn-gui.exe --connect vpn1 --connect vpn2 --disconnect vpn3
For connect this already worked, but do so for other commands too.(iii) copy resource file changes to all langauge files